home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / mx / local.mk < prev    next >
Encoding:
Text File  |  1992-06-10  |  584 b   |  22 lines

  1. #
  2. # This file is included by Makefile.  Makefile is generated automatically
  3. # by mkmf, and this file provides additional local personalization.  The
  4. # variable SYSMAKEFILE is provided by Makefile;  it's a system Makefile
  5. # that must be included to set up various compilation stuff.
  6. #
  7.  
  8. LIBS        = -lc -lmx -lsx -lcmd -ltcl5 -lX11
  9. LINTFLAGS    = -S -u -lsx -lmx
  10.  
  11. #include    <$(SYSMAKEFILE)>
  12.  
  13. #
  14. # Add more install stuff in order to create a "mxsync" synonym for
  15. # mx using a symbolic link.
  16. #
  17.  
  18. SYNONYMS    = $(INSTALLDIR).$(TM)/mxsync
  19. install        :: $(SYNONYMS)
  20. $(SYNONYMS)    :
  21.     ln -s $(NAME) $(.TARGET)
  22.